Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tech-story: [M3-9017] - Add MSW crud domains #11428

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

abailly-akamai
Copy link
Contributor

@abailly-akamai abailly-akamai commented Dec 16, 2024

Description 📝

Straight forward PR to add domains to CRUD mode (including seeds)

Screenshot 2024-12-16 at 16 06 02

Changes 🔄

  • Add domains CRUD mode
  • Add domains seed
  • Fix small eventing display bug with "Import a zone" events

How to test 🧪

Prerequisites

Verification steps

  • Reset all MSW
  • Play with domains crud mode (including seeding)
Author Checklists

As an Author, to speed up the review process, I considered 🤔

👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support

  • I have read and considered all applicable items listed above.

As an Author, before moving this PR from Draft to Open, I confirmed ✅

  • All unit tests are passing
  • TypeScript compilation succeeded without errors
  • Code passes all linting rules

@abailly-akamai abailly-akamai self-assigned this Dec 16, 2024
@abailly-akamai abailly-akamai marked this pull request as ready for review December 16, 2024 21:05
@abailly-akamai abailly-akamai requested a review from a team as a code owner December 16, 2024 21:05
@abailly-akamai abailly-akamai requested review from hkhalil-akamai and pmakode-akamai and removed request for a team December 16, 2024 21:05
been <strong>added</strong> to <EventLink event={e} to="entity" />.
</>
);
},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes the case where there is no message associated with a DomainRecord added via importing a zone (most likely an APIv4 omission)

Screenshot 2024-12-16 at 16 01 31

@@ -28,7 +28,7 @@ const delay = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms));
export const queueEvents = (props: QueuedEvents): Promise<void> => {
const { event, mockState, sequence } = props;

const initialDelay = 7500;
const initialDelay = 2500;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

queuing events quicker since we shouldn't have to wait that much when mocking

@linode-gh-bot
Copy link
Collaborator

Cloud Manager UI test results

🎉 466 passing tests on test run #1 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
0 Failing466 Passing2 Skipped86m 18s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants